Welcome![Sign In][Sign Up]
Location:
Search - queue simulation

Search list

[ApplicationsEmulator

Description: 单窗口售票系统仿真程序 运用秒推进法模拟了单窗口售票系统售票员忙、闲,客户到达、排队等待、购票/离开等情形,并给出实时报告-single-window ticketing system simulation program to promote the use seconds simulation of single-window ticketing system conductor busy, idle, customers arrived, the queue waiting, booking/leave situations, and gives real-time reporting
Platform: | Size: 1491968 | Author: 孙丽霞 | Hits:

[Windows Develop排队问题的系统仿真

Description: 题目内容:使用队列模拟理发馆的排队现象,通过仿真手法评估其营业状况。 基本要求: 假设理发馆内设有N把理发椅,可同时为N位顾客进行理发。对于在营业时间(假设为T小时)内进门的顾客: *当顾客进门时,若有空椅,则可以立即坐下理发,否则需要依次排队等候。 *一旦有顾客理完发离去时,排在队头的顾客便可开始理发。 *若理发馆每天连续营业T小时,求一天内顾客在理发馆内的平均逗留时间 *顾客排队等候的队列平均长度。 *营业时间到点后仍需完成服务的收尾工作时间。-topics as : the use of cohort simulation barber's shop, the queues, through simulation methods to assess its financial situation. Basic requirement : Suppose N Barber Library has put barber chairs, as well as for customers, N barber. For hours (assuming T-hour) entering customers :* When customers come through the door, if empty chairs, they can sit down barber immediately, otherwise needs were queuing up.* Once customers Jimmy End made to leave, the first in the queue of customers will start barber.* If the Barber Museum consecutive business day T-hour day for customers in the barbershop where the average length of stay* Customers waiting in line for the average queue length.* Hours after the close of the service needs to be done finishing time.
Platform: | Size: 62464 | Author: lucky100 | Hits:

[Internet-Networkopnet-simulation-of-initiative-queue-management.ra

Description: opnet simulation of initiative queue management
Platform: | Size: 1024 | Author: 刘传辉 | Hits:

[Shop supermarket software system2212

Description: 源程序可使用Jdk1.3以上的任何版本编译和运行主类是Simulator也可以在eclipse环境下直接编译和运行。 顾客队列服务模拟系统-Jdk1.3 source can be used over any version of compiler and run the main category is Simulator can also eclipse environment directly translated and running. Customer service Queue System Simulation
Platform: | Size: 22528 | Author: VIVI | Hits:

[Documentscheku_manage

Description: 车库管理源程序用栈实现! 用动画模拟车进库情况, 但车的数量有限,放满是用队列模拟放在便道上-garage management source with Stack achieve! With animation into the car, but a limited number of vehicles, is filled with simulation on the queue on the sidewalk
Platform: | Size: 3072 | Author: liu fei | Hits:

[matlabMYMM1

Description: M/M/1单服务台排队系统仿真(用事件调度法实现离散事件系统仿真) 顾客到达模到达时间间隔和顾客服务时间均服从负指数分布,单服务台系统,按照单队排队,按FIFO方式服务。考察服务n个顾客(n=1000,2000,3000,5000)后的顾客平均队长及平均排队等待时间。-M/M/1 single-server queuing system simulation (using Event Scheduling Method Discrete Event Simulation System) to customers Da-mo arrival time interval and customer service time are negative exponential distribution, single-desk system, in accordance with the single-team queue, by FIFO mode services. N inspection services customers (n = 1000,2000,3000. 5000) the average customer captain, and the average queue time.
Platform: | Size: 1024 | Author: 麦麦 | Hits:

[Data structschechang

Description: 以栈摸拟停车场,以队列摸拟场外的车道,按照从终端读入的输入数据序列进行摸拟管理。每一组输入数据包括三个数据项:汽车到达或离去的信息、汽车牌照号码以及到达或离去的时刻。对每一组输入数据进行操作后的输出信息为:若车辆到达,则输出汽车在停车场的内或便道上的位置,若车辆离去,则输出汽车在停车场内停留的时间和应交纳的引用。-Simulation in order to stack the car park to queue simulation outside lane, in accordance with the read from the terminal input data sequence management simulation. Each group of input data consists of three data items: the vehicles arrive at or leave the information, vehicle license number and arrival or departure time. For each group of input data to operate the output after the message is: if the arrival of the vehicles, then the output of motor vehicles in the parking lot or sidewalk on the location, if the vehicle left, the output of motor vehicles in the parking lot to stay within time and should be paid references.
Platform: | Size: 3072 | Author: chuyu1987 | Hits:

[File Format1

Description: 银行队列模拟 1). 随机产生顾客的到达时间和服务时间存盘。 2). 利用存盘数据实现队列的插入和删除。 2). 当有顾客离开时,根据队列长度调整队尾。 3). 考虑顾客中途离队的情况。 4). 考虑顾客具有优先级的情况。 -Bank Queue Simulation 1). Randomly generated customer s arrival time and services to save time. 2). The use of save data on the achievement of the insert and delete queue. 2). When customers leave, according to the end of the queue length adjustment team. 3). To consider the customer to leave half-way situation. 4). To consider the customer has a priority situation.
Platform: | Size: 2048 | Author: zhouhaoran | Hits:

[Windows Developmm1

Description: 对MM1排队系统的仿真,采用事件调度法,计算队列的平均队长与平均等待时间-MM1 queuing system for the simulation event scheduling method used to calculate the average queue captain and the average waiting time
Platform: | Size: 51200 | Author: | Hits:

[matlabmyMM1

Description: 刚写的Matlab下的M/M/1排队的仿真代码,加了完整的注释-Just write the M/M/1 queue under Matlab simulation code, plus a complete Notes
Platform: | Size: 1024 | Author: 阿哲 | Hits:

[matlabfinite_queue

Description: 基于matlab的m/m/n排队仿真源码-Matlab based on the m/m/n queue simulation source
Platform: | Size: 2048 | Author: 李环 | Hits:

[matlab2

Description: M/M/m排队系统性能仿真代码matlab function r=randexp(lambda) r = -lambda*log(rand) -M/M/m queuing system performance simulation code matlab function r = randexp (lambda) r =-lambda* log (rand)
Platform: | Size: 2048 | Author: jacky | Hits:

[ELanguagemm1smpl

Description: A simple M/M/1 queue simulation using SMPL
Platform: | Size: 1024 | Author: saeed | Hits:

[Fax programsimulation

Description: 设计一个M/M/S/k排队系统模型,用C++进行仿真,计算一个新的服务请求在各个状态k下的阻塞率,绘制出到达率-阻塞率曲线(matlab),并将理论值与仿真值进行比较。 M/M/S/k模型为服务请求到达间隔时间服从泊松分布、服务时间服从指数分布、系统有S个服务器、系统容量为k(有限个)的排队系统。如果一个服务请求到达排队系统时,系统内已有k个服务请求,那么这个服务请求就会被拒绝(即不为该服务请求安排服务器,也不会将其排入系统队列)。由于系统容量为k,有S个服务器,所以系统队列的长度为k-S。-The design of a M/M/S/k queuing system model, with C++ for simulation, calculation of a new service request in every state under the blocking rate k, the arrival rate of drawing- blocking probability curve (matlab), and the theoretical value and simulation values. M/M/S/k model for the service request arrival time to obey Poisson distribution, exponential distribution of service time, the system has S servers, the system capacity of k (finite) of the queuing system. If a service request arrival queuing system, the system has k service request, then the service request will be rejected (that is, do not arrange for the service request server, nor will its queue into the system). Since the system capacity for the k, there are S servers, so the length of the queue system kS.
Platform: | Size: 112640 | Author: 张三 | Hits:

[Applicationsqueue

Description: 排队问题仿真模型的代码,顾客到达时间和服务时间服从均匀分布。-Simulation model of the queuing code, the customer arrival time and service time uniform distribution.
Platform: | Size: 4096 | Author: 周朝 | Hits:

[matlabMatlab-simulation-queue-process

Description: 排队问题仿真的目的是要寻找服务对象与服务设置之间的最佳配置,保证系统具有最佳的服务效率与最合理的配置,通过matlab平台对单服务台有限队长的排队系统进行 过程仿真 可以协助设计人员分析顾客的需求 从而合理规划出符合实际条件的服务设施-The purpose of the queuing simulation is to find clients and the best allocation between service settings, ensure that the system has the best efficiency and the most reasonable configuration, the single desk by the limited matlab platform captain Simulation of queuing systems can be help designers analyze the needs of customers in order to meet the actual conditions of rational planning of services and facilities
Platform: | Size: 294912 | Author: | Hits:

[matlabQueue-Simulation-Matlab

Description: this a Queue implemented with matlab.the code consist event based and time based simulation.the performance result has been showed with charts -this is a Queue implemented with matlab.the code consist event based and time based simulation.the performance result has been showed with charts
Platform: | Size: 506880 | Author: nazi | Hits:

[Program docm-queue-simulation

Description: m queue simulation and methods
Platform: | Size: 236544 | Author: 徐玲玲 | Hits:

[JSP/JavaQueue-Simulation

Description: Discrete-time bank queue simulation in JAVA As part of the MSc course I’m currently undertaking, there’s a great need to understand optimality of processes and operations. One of them is the problem of queues while serving customers. The following is my submission for the assignment of the Simulation (MATH110281) course.
Platform: | Size: 2637824 | Author: vanz404 | Hits:

[DocumentsMM1_Tutorial1

Description: MM1_Tutorial Objective This laboratory is important for understanding OPNET system and user interface. The lab contains a step-by-step example that shows how to use OPNET to construct an M/M/1 queue design and analysis. Overview The task is to construct an M/M/1 queue model and observe the performance of the queuing system as the packet arrival rates, packet sizes, and service capacities change. Two classes of statistics will be measured, Queue Delay and Queue Size. A graph of the confidence interval will also be produced. This laboratory also introduces the use of:  Node Model  Probe Model  Simulation Tool  Analysis Tool(MM1 queue simulation)
Platform: | Size: 234496 | Author: 北城以北 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 20 »

CodeBus www.codebus.net